home *** CD-ROM | disk | FTP | other *** search
/ Earth & Beyond / Earth and Beyond (EA Games)(Disc 1).ISO / ENBData.cab / _D09C7B9BBB2B42BEA35F3A5D901A2843 < prev    next >
Text File  |  2002-06-28  |  981b  |  41 lines

  1. ; Orbital.ini
  2.  
  3. [ORBITALS]
  4. NUM_ORBITALS=2;
  5. LIGHTCOLOR=LightColor.Space;
  6. SKYCOLOR=SkyColor.Space;
  7. SKYEMISSIVE=SkyEmissive.Red Ambient
  8.  
  9. ;[SAMPLEORBITAL]
  10. ;OBJECT= Render Object Name
  11. ;LIGHTINTENSITY= Spline Name
  12. ;SKYINTENSITY= Spline Name
  13. ;STARTANGLE= Multiple of PI 0 = down, 1 = up 0.5 = east
  14. ;RX= Multiple of PI rotation about the X axis. Must be 0.0 for land lights
  15. ;RZ= Multiple of PI rotation about the Z axis. Must be 0.0 for land lights
  16. ;DISTANCE= In normal units away from CAMERA
  17. ;ORBITSPERHOUR= Number of orbits per hour
  18. ;LIGHTRADIUS= Angular radius of the light. If left blank program will calculate based on distance and radius
  19.  
  20. [ORBITAL000]
  21. OBJECT=28
  22. FORCE_VISIBLE=TRUE;
  23. STARTANGLE=0.14;
  24. RX=0.75;
  25. RZ=0;
  26. DISTANCE=550000;
  27. ORBITSPERHOUR=0;
  28. EMITS_LIGHT=TRUE;
  29. LIGHTINTENSITY=LightIntensity.Sun;
  30. SKYINTENSITY=SkyIntensity.Sun;
  31.  
  32. [ORBITAL001]
  33. OBJECT=175
  34. STARTANGLE=0.55;
  35. RX=0.0;
  36. RZ=1.5;
  37. DISTANCE=100000;
  38. ORBITSPERHOUR=0;
  39. EMITS_LIGHT=FALSE;
  40.  
  41.